[Fix] - 워치 앱 INFOPLIST 충돌 해결로 시뮬레이터 빌드 정상화#299
Conversation
- Xcode 26의 fileSystemSynchronizedGroups가 RNWatch/Info.plist를 자동 빌드 단계에 포함시켜 INFOPLIST_FILE 처리와 Multiple commands produce 충돌 발생하던 문제 해결 - GENERATE_INFOPLIST_FILE = YES로 전환하고 RNWatch Watch App/Info.plist 파일 삭제 - 모든 plist 키를 build setting INFOPLIST_KEY_*로 마이그레이션 (Health/UI/WK 5종) - PBXFileSystemSynchronizedBuildFileExceptionSet 섹션 + root group exceptions 참조 제거
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe watchOS app's manually managed Info.plist file was deleted, and the build configuration was updated to automatically generate the Info.plist file instead. Health permission descriptions and watchOS-specific keys were migrated into the Xcode project configuration. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🌱 작업한 내용
fileSystemSynchronizedGroups가RNWatch Watch App/Info.plist를 자동으로 빌드 단계에 포함 →INFOPLIST_FILE처리와 충돌(Multiple commands produce) 로 simulator Debug 빌드 실패하던 문제 해결GENERATE_INFOPLIST_FILE = YES로 전환 +Info.plist파일 자체 삭제INFOPLIST_KEY_*로 마이그레이션 (Health 2종 + UIUserInterfaceStyle + WKApplication + WKCompanionAppBundleIdentifier)PBXFileSystemSynchronizedBuildFileExceptionSet섹션 + root groupexceptions참조 제거 (이제 불필요)🌱 PR Point
GENERATE_INFOPLIST_FILE = YES+INFOPLIST_KEY_*) 로 전환성과 기록
xcodebuild Debug build(iOS Simulator)추가된 INFOPLIST_KEY_*
Summary by CodeRabbit